@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../Images/back.png);
	background-repeat:repeat-x;
	background-color:#3D3D3D;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}

#logo_cont {
	width:935px;
	margin:15px auto 15px auto;
}

#MJH_logo_cont{
	width:90px;
	margin: 0 auto;
	height:30px;
	padding-top:3px;
}

#top_bar {
	width:960px;
	margin:0 auto;
	height:149px;
	background-image:url(../Images/tob_bar.png);
	background-repeat:no-repeat;
}

#top_box {
	width:960px;
	margin:0 auto;
	height:55px;
	background:url(..//Images/top_box.png);
}

#main_content {
	width:960px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding-bottom:20px;
	background-image:url(../Images/main_content.png);
	background-repeat:repeat-y;
	min-height:200px;
}

#bottom_box {
	width:960px;
	margin:0 auto;
	height:45px;
	background:url(../Images/bottom_box.png);
	background-repeat:no-repeat;
}

#main_text{
	width:750px;
	padding-left:0px;
	min-height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0 auto;
}

#User_Bar{
	width:960px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
	margin:0 auto;
	vertical-align:middle;
}

#menu_container{
	width:540px;
	margin: 0 auto;
	padding-top:10px;
	overflow:visible;
}

#top_menu_container{
	width:420px;
	margin: 0 auto;
	padding-top:4px;
	overflow:visible;
}	

.rusticbuttonmenu a.rustic{ /*rustic button CSS*/
background: transparent url('../Images/rustic_left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.rusticbuttonmenu a.rustic:link, .rusticbuttonmenu a.rustic:visited, .rusticbuttonmenu a:active{
color: #fff; /*button text color*/
}

.rusticbuttonmenu a.rustic span{
background: transparent url('../Images/rustic_right.gif') no-repeat top right;
display: block;
padding: 4px 20px 6px 10px; /*Set 10px here to match value of 'padding-left' value above*/
}

.rusticbuttonmenu a.rustic:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.rusticbuttonmenu a.rustic:hover span{ /* Hover state CSS (for text) */
color:#fff;
}


/*MENU TOP CSS */

.menu_topbuttonmenu{ /*container that holds a row of menu_top buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 530px;
	border: 1px solid gray;
	padding: 3px 0;
	border-width: 0px 0;
}

* html .menu_topbuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 565px;
}

.menu_topbuttonmenu a.menu_top{ /*menu_top button CSS*/
background: transparent url('../Images/topmenu_left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 25px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.5;
-moz-opacity: 0.5;
vertical-align:middle;
}

.menu_topbuttonmenu a.menu_top:link, .menu_topbuttonmenu a.menu_top:visited, .menu_topbuttonmenu a:active{
color: #fff; /*button text color*/
}

.menu_topbuttonmenu a.menu_top span{
background: transparent url('../Images/topmenu_right.gif') no-repeat top right;
display: block;
padding: 1px 10px 6px 0px; /*Set 10px here to match value of 'padding-left' value above*/
}

.menu_topbuttonmenu a.menu_top:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.menu_topbuttonmenu a.menu_top:hover span{ /* Hover state CSS (for text) */
color:#fff;
}

/*END*/

.font{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.font a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.font a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	text-decoration:none;
}

.font a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

.font1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

.fields{
	width:150px;
	border:#000066 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
}

#coming_soon{
	float:right;
	height:110px;
	width:128px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	text-align:center;
	background-image:url(../Images/Next_bg.png);
	background-repeat:no-repeat;
}